Autogenerated HTML docs for v2.19.0-271-gfe832
diff --git a/config.txt b/config.txt index 8d85d1a..ad0f451 100644 --- a/config.txt +++ b/config.txt
@@ -2856,6 +2856,8 @@ * `1` - the original wire protocol with the addition of a version string in the initial response from the server. +* `2` - link:technical/protocol-v2.html[wire protocol version 2]. + -- pull.ff::
diff --git a/git-config.html b/git-config.html index b79aba3..de1d7c5 100644 --- a/git-config.html +++ b/git-config.html
@@ -7017,6 +7017,11 @@ in the initial response from the server. </p> </li> +<li> +<p> +<code>2</code> - <a href="technical/protocol-v2.html">wire protocol version 2</a>. +</p> +</li> </ul></div> </div></div> </dd>
diff --git a/git-update-ref.html b/git-update-ref.html index 01654eb..21b1537 100644 --- a/git-update-ref.html +++ b/git-update-ref.html
@@ -749,7 +749,7 @@ <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<pre class="content"><em>git update-ref</em> [-m <reason>] (-d <ref> [<oldvalue>] | [--no-deref] [--create-reflog] <ref> <newvalue> [<oldvalue>] | --stdin [-z])</pre> +<pre class="content"><em>git update-ref</em> [-m <reason>] [--no-deref] (-d <ref> [<oldvalue>] | [--create-reflog] <ref> <newvalue> [<oldvalue>] | --stdin [-z])</pre> <div class="attribution"> </div></div> </div> @@ -932,7 +932,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-05-23 00:06:29 PDT + 2018-09-24 11:37:36 PDT </div> </div> </body>
diff --git a/git-update-ref.txt b/git-update-ref.txt index bc8fdfd..fda8516 100644 --- a/git-update-ref.txt +++ b/git-update-ref.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- [verse] -'git update-ref' [-m <reason>] (-d <ref> [<oldvalue>] | [--no-deref] [--create-reflog] <ref> <newvalue> [<oldvalue>] | --stdin [-z]) +'git update-ref' [-m <reason>] [--no-deref] (-d <ref> [<oldvalue>] | [--create-reflog] <ref> <newvalue> [<oldvalue>] | --stdin [-z]) DESCRIPTION -----------